xSQL Schema Compare SDK for SQL Server version 12
Licensing Schema Compare SDK

If you have an SDK license, you must register it in your code before you use the schema compare SDK. To register a license, add the following code in you application:

SqlLicenseStore.CreateInstance(new SqlSchemaSdkProduct());
SqlLicenseStore.Instance.RegisterLicense("license-number", "hash-code");

 

We recommend that you place the code in a module that runs once when your application starts.